home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / pine3.96.tar.gz / pine3.96.tar / pine3.96 / imap / ANSI / c-client / drivers.bat < prev    next >
DOS Batch File  |  1993-10-11  |  2KB  |  39 lines

  1. @ECHO OFF
  2. REM Program:    Driver Linkage Generator for DOS
  3.  
  4. REM Author:    Mark Crispin
  5. REM        Networks and Distributed Computing
  6. REM        Computing & Communications
  7. REM        University of Washington
  8. REM        Administration Building, AG-44
  9. REM        Seattle, WA  98195
  10. REM        Internet: MRC@CAC.Washington.EDU
  11.  
  12. REM Date:    11 October 1989
  13. REM Last Edited:11 October 1993
  14.  
  15. REM Copyright 1993 by the University of Washington
  16.  
  17. REM  Permission to use, copy, modify, and distribute this software and its
  18. REM documentation for any purpose and without fee is hereby granted, provided
  19. REM that the above copyright notice appears in all copies and that both the
  20. REM above copyright notice and this permission notice appear in supporting
  21. REM documentation, and that the name of the University of Washington not be
  22. REM used in advertising or publicity pertaining to distribution of the software
  23. REM without specific, written prior permission.  This software is made
  24. REM available "as is", and
  25. REM THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  26. REM WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
  27. REM WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
  28. REM NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
  29. REM INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  30. REM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
  31. REM (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
  32. REM WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  33.  
  34. REM Erase old driver linkage
  35. DEL LINKAGE.*
  36.  
  37. REM Now define the new list
  38. FOR %%D IN (%1 %2 %3 %4 %5 %6 %7 %8 %9) DO CALL DRIVRAUX %%D
  39.